/*
Theme Name: WP Plus
Theme URI: http://www.tricksdaddy.com/wp-plus-google-plus-wordpress-theme.html
Description: Free 3 column WordPress theme by Tricksdaddy based on Google+.
Author: Simrandeep Singh
Author URI: http://www.tricksdaddy.com/
Version: 1.00
Tags: white, gray, three-columns, fixed-width, custom-background, custom-menu, threaded-comments, sticky-post


The CSS, XHTML and design is released under GPL:
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Reset
-----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:400;
}

ol,ul,li {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:700;
}

q:before,q:after {
	content:'';
}

pre {
	background:#EEE;
	border:1px solid #DDD;
	clear:both;
	overflow:auto;
	margin:15px 0;
	padding:5px;
}

em {
	font-style:italic;
}

a img {
	border:none;
}


/* Defaults
-----------------------------------------------------------*/
.aligncenter {
	display:block;
	margin:0 auto;
}

.alignleft {
	float:left;
}

.alignright,
.post_category {
	float:right;
}

.wp-caption {
	border:1px solid #C8C8C8;
	text-align:center;
	background:#EAEAEA;
	margin:10px;
	padding:10px;
}

.wp-caption-text {
	padding:10px 20px 0;
	font-size:11px;
	line-height:12px;
	color:#333
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.gallery-caption {
	color: #333;
	font-size: 12px;
}

.clear {
	clear:both;
	display:block;
	height:1px;
	margin:-1px 0 0;
}

body {
	background:#fff;
	font-family:arial,sans-serif;
	font-size:75%;
	line-height:160%;
	margin:0 auto;
	color:#555;
}

a {
	text-decoration:none;
	color:#3366CC;
}

a:hover {
	color:#3366CC;
	text-decoration:underline;
}

p {
	line-height:20px;
	margin:0 0 5px;
	padding:6px 0;
}

h1 {
	font-size:35px;
	line-height:43px;
}

h2 {
	font-size:30px;
	line-height:38px;
}

h3 {
	font-size:140%;
}

h4 {
	font-size:15px;
	margin-bottom:4px;
}

h5 {
	font-size:11px;
}

h6 {
	font-size:9px;
}

input {
	padding:4px 3px;
}

strong,
.current {
	font-weight:700;
}


/* Top Navigation
-----------------------------------------------------------*/
#top-nav-container{
	width:100%;
	background:#2d2d2d;
	clear:both;
}

#top-nav {
	color:#fff;
	height:30px;
	width:1000px;
	margin:0 auto;
	padding:0;
}

#top-nav ul,
.menu ul {
	list-style:none;
	padding:0;
	margin:0;
}

#top-nav ul li,
.menu ul li {
	float: left;
	position:relative;
}

#top-nav ul li a,
.menu ul li a {
	color: #B4B4B4;
	text-transform: none;
	font-size: 14px;
	font-weight: 400;
	display: block;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
}

#top-nav ul li a:hover,
.menu ul li a:hover {
	background:#4c4c4c;
}

/* Second Level Drop Down Menu */
#top-nav ul li ul, .menu ul li ul {
	display: none;
}

#top-nav ul li:hover ul,
.menu ul li:hover ul {
	font-size:13px;
	display:block;
	position:absolute;
	top:36px;
	min-width:150px;
	left:0;
}

#top-nav ul li:hover ul li a,
.menu ul li:hover ul li a {
	display:block;
	background:#567fa8;
	color:#ffffff;
	width:130px;
}

#top-nav ul li:hover ul li a:hover,
.menu ul li:hover ul li a:hover {
	background:#3a6490;
	color:#ffffff;
}

/* Third Level Drop Down Menu */
#top-nav ul li:hover ul li ul,
.menu ul li:hover ul li ul {
	display: none;
}

#top-nav ul li:hover ul li:hover ul,
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:150px;
	top:0;
}


/* Header
-----------------------------------------------------------*/
#header {
	background:#F1F1F1;
	width:100%;
	padding:0;
	height:60px;
	overflow:hidden;
	border-bottom:1px solid #D2D2D2;
}

#header-top {
	/*height:60px;*/
	width:1000px;
	margin:0 auto;
	padding:0 10px 0 10px;
}

#header-top .logo {
	float:left;
	padding:12px 0;
}

#header-top .logo h1, #header-top .logo h2 {
	font-size:20px;
	line-height:22px;
}

#header-top .logo h1 a, #header-top .logo h2 a {
	color:#333;
}

#header-top .logo h1 a:hover, #header-top .logo h2 a:hover {
	color:#111;
	text-decoration:none;
}

.description {
	margin-top:4px;
}

#header #logo a:hover {
	text-decoration:none;
}

#header .h-l {
	float:right;
	padding:14px 0;
	margin-left:30px;
}

.h-l-1 {
	float:left;
	margin-left:20px;
}


/* Main Navigation
-----------------------------------------------------------*/
#main-nav-container {
	width:1000px;
	clear:both;
	background:#fff;
}

#main-nav {
	width:1000px;
	float:left;
	background:#F5F5F5;
	display:block;
	margin:0;
	padding:0;
	border-top:1px solid #EBEBEB;
	border-bottom:1px solid #EBEBEB;
}

#main-nav ul {
	list-style:none;
	font-family:Helvetica Neue,Helvetica,Arial,FreeSans,sans-serif;
	line-height:18px;
}

#main-nav li {
	float:left;
	list-style:none;
	display:block;
	margin:0;
	padding:0;
	display:block;
	font-size:14px;
	font-weight:400;
	height:35px;
	line-height:35px;
	position:relative;
}

#main-nav li a {
	color:#666;
	display:block;
	text-decoration:none;
	margin:0;
	padding:0 18px;
}

#main-nav li a:hover {
	color:#DD4B39;
}

/* Second Level Drop Down Menu */
#main-nav ul li ul {
	display: none;
}

/* Third Level Drop Down Menu */
#main-nav ul li:hover ul li ul {
	display: none;
}

#sec-nav {
	width:1000px;
	display:block;
	float:left;
	background:#b7d6f0;
	border-bottom:1px solid #9dc6e9;
	height:28px;
	margin:0;
	padding:0;
}

#sec-nav ul {
	list-style:none;
	color:#000;
	font-family:Helvetica Neue,Helvetica,Arial,FreeSans,sans-serif;
	height:28px;
}

#sec-nav li {
	padding:6px 4px 2px 4px;
	float:left;
	list-style:none;
	margin:0;
}

#sec-nav li a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
	color:#444;
	margin:1px 0 0 18px;
}

#sec-nav li a:hover {
	color:#26a;
}


/* Main Content
-----------------------------------------------------------*/
#main,
#wrapper {
	width: 1000px;
}

#wrapper {
	margin: 20px auto;
}

#main {
	background:#fff;
	clear:both;
	padding:15px 0 8px;
}

.archive_title h1 {
	font-size:16px;
	line-height:20px;
	color:#555;
	margin:0 0 15px;
}

#content {
	float:left;
	width:574px;
	padding:0 0 0 15px;
}

#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom:12px;
}

#content .aligncenter,
#content img.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#content .alignleft,
#content img.alignleft {
	display:inline;
	float:left;
	margin-right:15px;
	margin-top:4px;
}

#content .alignright,
#content img.alignright {
	display:inline;
	float:right;
	margin-left:15px;
	margin-top:4px;
}

.entry {
	color:#333;
	line-height:1.6em;
	text-align:justify;
	margin-bottom:10px;
	padding:0;
}

.entry p {
	border:1px;
}

.entry input {
	margin:0 0 20px;
}

.entry fieldset {
	border:1px solid #DEDEDE;
	margin:0 0 20px;
	padding:20px;
}

.entry fieldset legend {
	background:#fff;
	color:#000;
	font-weight:bold;
	padding:0 20px;
}

.entry table {
	border-color:#DEDEDE;
	border-style:solid;
	border-width:0 1px 1px 0;
	margin:0 0 15px 1px;
}

.entry table tr th {
	background:#F4F4F4;
	border-color:#DEDEDE;
	border-style:solid;
	border-width:1px 0 0 1px;
	color:#666666;
	font-weight:bold;
	padding:5px 10px;
	text-align:center;
	text-transform:uppercase;
}

.entry table tr td {
	border-color:#DEDEDE;
	border-style:solid;
	border-width:1px 0 0 1px;
	padding:5px 10px;
}

.sticky {
	background:#ffffe0;
	border:1px solid #e6db55;
	padding:10px;
}

.post {
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
	font-family:arial,Verdana,sans-serif;
	font-size:12px;
	color:#333;
}

.post-title {
	border-bottom:1px solid #E3E3E3;
	margin-bottom:5px;
	padding:0
}

.post-meta {
	clear:both;
	color:#999;
	font-size:90%;
	margin-top:5px;
	font-family:Verdana,arial,sans-serif;
}

.post-meta a {
	color:#999;
}

.post-meta span {
	padding:5px 0;
}

.post .entry-title {
	font-weight:400;
	font-size:22px;
	line-height:22px;
	color:#262625;
}

.post .entry-title a:hover {
	text-decoration:none;
	color:#262625;
}

.post h3 {
	font-size:18px;
	font-weight:700;
	clear:both;
	margin:10px 0 10px 0;
	padding-left:0;
}

.post ul,
.post ol {
	padding-left:40px;
	margin-bottom:20px;
	clear:both;
}

.post ul li {
	list-style-type:disc;
}

.post ol li {
	list-style-type:decimal;
}

.post blockquote {
	display:block;
	color:#555;
	border-left:5px solid #E8E8E8;
	background-color:#F3F3F3;
	font-style:italic;
	padding:0 15px;
	margin:10px 0 10px 20px;
}

.post-date {
	color:#000;
	float:left;
}

.post-tags {
	margin-top:20px;
	background:#f3f3f3 url(http://www.kuranikerim.info/wp-content/themes/WP%20Plus/images/tag.png) no-repeat;
	background-position:6px 7px;
	border:1px solid #ddd;
	padding:5px 5px 5px 30px;
	overflow:hidden;
}

.thumbnail a:link,
.thumbnail a:visited {
	display:block;
	float:left;
	padding:5px;
	background:#f0f0f0;
	border:1px solid #DDD;
	width:120px;
	height:120px;
	margin:5px 5px 0 0;
}

.thumbnail a:hover,
.thumbnail a:active {
	background:#DDDDDD;
}


/* Sidebar
-----------------------------------------------------------*/
#sidebar-l {
	float:left;
	width:188px;
}

#sidebar-l h3 {
	color:#dd4b39;
	font-size:13px;
	line-height:26px;
	border-bottom:none;
	margin-bottom:2px;
	padding:0 0 2px;
}

#sidebar-l .wide-widget ul li{
	background:url(http://www.kuranikerim.info/wp-content/themes/WP%20Plus/images/li-bg.png) no-repeat scroll left center;
	padding-left:20px;
	border-bottom:none;
}

#sidebar {
	float:right;
	font-size:11.7px;
	margin-right:0;
	width:195px;
}

#ads-box {
	color:#ddd;
	background:#f3f3f3;
	border:#ddd 1px solid;
	margin-bottom:20px;
	overflow:hidden;
	padding:10px 15px;
}

#ads-box img {
	border:1px solid #CCC;
	margin:5px;
	width:125px;
	height:125px;
}

#subscribe {
	list-style:none;
	background-repeat:no-repeat;
}

#subscribe li.rss a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(http://www.kuranikerim.info/wp-content/themes/WP%20Plus/images/social-icons.png);
	background-position:0 0;
	margin:0 19px 0 0;
}

#subscribe li.emailsubs a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(http://www.kuranikerim.info/wp-content/themes/WP%20Plus/images/social-icons.png);
	background-position:-32px 0;
	margin:0 19px 0 0;
}

#subscribe li.facebook a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(http://www.kuranikerim.info/wp-content/themes/WP%20Plus/images/social-icons.png);
	background-position:-64px 0;
	margin:0 19px 0 0;
}

#subscribe li.twitter a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(http://www.kuranikerim.info/wp-content/themes/WP%20Plus/images/social-icons.png);
	background-position:-96px 0;
	margin:0 19px 0 0;
}

#subscribe li.google a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(http://www.kuranikerim.info/wp-content/themes/WP%20Plus/images/social-icons.png);
	background-position:-128px 0;
	margin:0 19px 0 0;
}

#subscribe li.delicious a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(http://www.kuranikerim.info/wp-content/themes/WP%20Plus/images/social-icons.png);
	background-position:-160px 0;
	margin:0;
}

#social-links {
	overflow:hidden;
	display:block;
}

#subscribe-bar {
	background:#f3f3f3;
	border:#ddd 1px solid;
	margin-bottom:15px;
	color:#333;
	overflow:hidden;
	padding:10px;
}

.sidebar-wrap .wide-widget {
	padding-bottom:4px;
	margin:5px 0 20px;
}

.wide-widget ul {
	padding-left:0;
	margin:0;
}

.wide-widget ul li {
	border-bottom:1px dotted #ebebeb;
	line-height:16px;
	margin:0;
	padding:4px 0 5px;
}

.wide-widget ul li a {
	font-size:12px;
	display:inline;
	margin:0;
	padding:0;
}

.wide-widget ul li a:hover {
	text-decoration:underline;
	margin:0;
	padding:0;
}

.sidebar-widget-title {
	font-size:11px;
	line-height:14px;
	font-weight:700;
	color:#333;
	border-bottom:1px solid #EBEBEB;
	margin-bottom:10px;
	padding:0 0 6px;
}


/* Search
-----------------------------------------------------------*/
input#s {
	font-weight:400;
	width:360px;
	color:#999;
	background:#fff;
	border:1px solid #ccc;
	font-size:110%;
	margin-right:5px;
	padding:7px 10px;
}

#searchsubmit {
	color:#fff;
	font-weight:bold;
	cursor: pointer;
	margin:0;
	padding:6px 10px;
	border: 1px solid #777;
	background:#333537;
}

#searchresults {
	border:4px solid #ddd;
	margin:10px 0;
	padding:10px;
}


/* Footer
-----------------------------------------------------------*/
#footer {
	width:1000px;
	color:#666;
	font-size:11px;
}

#copyright {
	width:1000px;
	text-align:center;
}


/* Comments
-----------------------------------------------------------*/
.date {
	border-bottom:1px solid #EAEAEA;
	padding:5px 0 4px;
}

.page_entry {
	border-top:2px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
	margin:10px 0 0;
	padding:5px 0 20px;
}

.info {
	line-height:1.6em;
	font-size:10px;
	text-align:left;
	border-top:1px solid #EAEAEA;
	margin:0 1px 50px 0;
	padding:4px 0 1px 1px;
}

.nocomments  {
	background:none;
}

.comments , .trackbacks {
	color:#DD4B39;
	font-size:14px;
	font-weight:700;
}

.track {
	background:transparent url(http://www.kuranikerim.info/wp-content/themes/WP%20Plus/images/btn_strip01.jpg) no-repeat;
	font-size:13px;
	height:100%;
	float:left;
	line-height:25px;
	width:550px;
	margin:0 0 0 10px;
	padding:0 20px 0 10px;
}

#thecomments,
#thetrackbacks {
	list-style:none;
	min-height:30px;
	float:left;
	width:100%;
	margin:0;
	padding:0 0 10px;
}

.commentnavi {
	position:relative;
	padding-right:20px;
}

.commentpages {
	float:right;
	padding:5px 10px;
}

.page-numbers {
	padding-left:5px;
}

.commentlist {
	list-style:none;
	margin:0;
	padding:10px 0 0;
}

.comment-body p {
	margin-left:60px;
}

.comment {
	clear:both;
	overflow:hidden;
	margin:0;
	padding:5px;
	border-bottom:1px dotted #ccc;
}

.comment .children {
	list-style:none;
	border:0 #FFF solid;
	margin:0 0 0 25px;
	padding:0;
}

img.avatar {
	position:relative;
	float:left;
	border:1px solid #eee;
	margin:0 5px 0 0;
	padding:2px;	
}

.comment .fn {
	margin-left:0;
	font-size:14px;
	font-weight:700;
}

.byuser .fn {
	font-weight:400;
	text-decoration:none;
}

.bypostauthor .fn {
	font-weight:700;
	text-decoration:none;
}

.comment-meta {
	font-size:12px;
}

.reply {
	font-size:10px;
	text-align:right;
	width:100%;
	margin:5px 0 0;
	padding:2px;
}

.reply a {
	padding:5px;
}

.cmt_trackback {
	border-bottom:1px #eaeaea solid;
	margin:10px 0;
	padding:3px;
}

.cmt_trackback p {
	margin:0;
	padding:2px;
}

#respond {
	clear:both;
	font-size:12px;
	padding:10px 0 0;
}

.cancel-comment-reply {
	margin-top:5px;
	border-bottom:1px #eaeaea solid;
	padding:2px 0;
}

#commentform {
	border:1px solid #ccc;
	margin:10px 0 0;
	padding:20px 5px 0 10px;
}

#email,
#author,
#url {
	color:#000;
	font-size:12px;
	background:none;
	vertical-align:middle;
	border:1px solid silver;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	margin-bottom:3px;
	width:200px;
	height:12px;
	padding:5px;
}

#comment {
	width:98%;
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, Sans-Serif;
	border:1px solid silver;
	height:125px;
	background:#FFF url(http://www.kuranikerim.info/wp-content/themes/WP%20Plus/images/input.png) repeat-x scroll left top;
	border-color:#BDBDBD #CCC #DDD;
	border-style:solid;
	border-width:1px;
	padding:2px;
}

#submit {
	font-size:12px;
	background-color:#3D9400;
	background-image: -moz-linear-gradient(center top , #3D9400, #398A00);
    border: 1px solid #29691D;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	opacity: 0.5;
	border-radius: 2px 2px 2px 2px;
    margin-right: 16px
	cursor:pointer;
	padding:6px 20px 8px;
}

#ctabs a.curtab,
.comment-meta a {
	color:#999;
}

.navigation {
	background:#FAFAFA;
	font-size:14px;
	margin:20px 0 0;
	padding:6px 5px 10px;
	border:1px solid #E3E3E3;
	overflow:hidden;
}

.cmttext {
	font-size:12px;
	color:#000;
}

.even {
	background:#fff;
}

.odd {
	background:#fff;
}

.avatar {
	float:left;
	margin-right:5px;
	border:2px solid #E8E8E8;
}